type golang.org/x/net/http2.bodyReadMsg

4 uses

	golang.org/x/net/http2 (current package)
		server.go#L418: 		bodyReadCh:                  make(chan bodyReadMsg),         // buffering doesn't matter either way
		server.go#L564: 	bodyReadCh       chan bodyReadMsg       // from handlers -> serve
		server.go#L2368: type bodyReadMsg struct {
		server.go#L2380: 		case sc.bodyReadCh <- bodyReadMsg{st, n}: